home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / comm / tcp / ATCP_src_22.lha / AmiTCP-2.2 / src / amitcp / api / apicalls.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-12  |  658 b   |  32 lines

  1. /*
  2.  * $Id: apicalls.h,v 1.3 1993/06/02 14:13:22 jraja Exp $
  3.  *
  4.  * Created: Tue May  4 11:01:40 1993 too
  5.  * Last modified: Wed Jun  2 17:12:03 1993 jraja
  6.  *
  7.  * HISTORY
  8.  * $Log: apicalls.h,v $
  9.  * Revision 1.3  1993/06/02  14:13:22  jraja
  10.  * Updated.
  11.  *
  12.  * Revision 1.2  1993/06/01  11:41:50  jraja
  13.  * Moved apicalls.*\.h from sys to api.
  14.  *
  15.  * Revision 1.1  1993/05/04  14:09:34  too
  16.  * Initial revision
  17.  *
  18.  */
  19.  
  20. #ifndef API_APICALLS_H
  21. #define API_APICALLS_H
  22.  
  23. #if __SASC
  24. #include <api/apicalls_sasc.h>
  25. #elif __GNUC__
  26. #include <api/apicalls_gnuc.h>
  27. #else
  28. #error AmiTCP/IP internal API calls are not defined for your compiler!
  29. #endif
  30.  
  31. #endif /* API_APICALLS_H */
  32.